Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadCollection<T> Class : InsertItem Method |
'Usage
Dim instance As LeadCollection(Of T) Dim index As Integer Dim item As T instance.InsertItem(index, item)
The InsertItem is meant to be overridden in a derived class. For a public method to insert an item in the LeadCollection`1, see Insert.
LeadCollection`1 accepts null as a valid value for reference types and allows duplicate items.
If index is equal to Count, item is added to the end of LeadCollection`1.
This method raises the CollectionChanged event with Add action.